home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / DISPOEM.IN_ / dispoem.inf
Windows Setup INFormation  |  1996-07-21  |  18KB  |  596 lines

  1.  
  2. ; dispoem.inf
  3. ;
  4. ; Installation inf for third party (OEM) graphics drivers
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%drvlib%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. chips.Miniport  = 12  ; drivers
  16. chips.Display   = 11  ; system32
  17. tgiul40.Miniport  = 12  ; drivers
  18. tgiul40.Display   = 11  ; system32
  19. n9i128.Miniport  = 12  ; drivers
  20. n9i128.Display   = 11  ; system32
  21. avga.Miniport  = 12  ; drivers
  22. avga.Display   = 11  ; system32
  23. neomagic.Miniport  = 12  ; drivers                                                                                           
  24. neomagic.Display   = 11  ; system32                                                                                          
  25. S3ViRGE.Miniport  = 12  ; drivers
  26. S3ViRGE.Display   = 11  ; system32
  27. n9i128v2.Miniport  = 12  ; drivers
  28. n9i128v2.Display   = 11  ; system32
  29.  
  30.  
  31.  
  32.  
  33. ;
  34. ; Driver information
  35. ;
  36.  
  37. [Manufacturer]
  38. %chips% = chips.Mfg
  39.  
  40. [chips.Mfg]
  41. %chips% Video Accelerator(64300 64310 65545 65548 65550)  = chips
  42.  
  43.  
  44. ;
  45. ; General installation section
  46. ;
  47.  
  48. [chips]
  49. CopyFiles=chips.Miniport, chips.Display
  50.  
  51. ;
  52. ; File sections
  53. ;
  54.  
  55. [chips.Miniport]
  56. chips.sys
  57.  
  58. [chips.Display]
  59. chips.dll
  60.  
  61.  
  62. ;
  63. ; Service Installation
  64. ;
  65.  
  66. [chips.Services]
  67. AddService = chips, 0x00000002, chips_Service_Inst, chips_EventLog_Inst
  68.  
  69. [chips_Service_Inst]
  70. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  71. StartType      = 1                  ; SERVICE_SYSTEM_START
  72. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  73. LoadOrderGroup = Video
  74. ServiceBinary  = %12%\chips.sys
  75.  
  76. [chips_EventLog_Inst]
  77. AddReg = chips_EventLog_AddReg
  78.  
  79. [chips_EventLog_AddReg]
  80. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\chips.sys"
  81. HKR,,TypesSupported,0x00010001,7
  82.  
  83.  
  84. ;
  85. ; Software Installation
  86. ;
  87.  
  88. [chips.SoftwareSettings]
  89. AddReg = chips_SoftwareDeviceSettings
  90.  
  91. [chips_SoftwareDeviceSettings]
  92. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, chips
  93. HKR,, VgaCompatible,               %REG_DWORD%,    1
  94.  
  95.  
  96.  
  97.  
  98.  
  99. ;
  100. ; Driver information
  101. ;
  102.  
  103. [Manufacturer]
  104. %#9%     =  #9.Mfg
  105.  
  106. [#9.Mfg]
  107. %#9% Imagine 128            = n9i128
  108.  
  109.  
  110. ;
  111. ; General installation section
  112. ;
  113.  
  114. [n9i128]
  115. CopyFiles=n9i128.Miniport, n9i128.Display
  116.  
  117. ;
  118. ; File sections
  119. ;
  120.  
  121. [n9i128.Miniport]
  122. n9i128.sys
  123.  
  124. [n9i128.Display]
  125. n9i128.dll
  126.  
  127.  
  128. ;
  129. ; Service Installation
  130. ;
  131.  
  132. [n9i128.Services]
  133. AddService = n9i128, 0x00000002, n9i128_Service_Inst, n9i128_EventLog_Inst
  134.  
  135. [n9i128_Service_Inst]
  136. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  137. StartType      = 1                  ; SERVICE_SYSTEM_START
  138. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  139. LoadOrderGroup = Video
  140. ServiceBinary  = %12%\n9i128.sys
  141.  
  142. [n9i128_EventLog_Inst]
  143. AddReg = n9i128_EventLog_AddReg
  144.  
  145. [n9i128_EventLog_AddReg]
  146. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\n9i128.sys"
  147. HKR,,TypesSupported,0x00010001,7
  148.  
  149.  
  150. ;
  151. ; Software Installation
  152. ;
  153.  
  154. [n9i128.SoftwareSettings]
  155. AddReg = n9i128_SoftwareDeviceSettings
  156.  
  157. [n9i128_SoftwareDeviceSettings]
  158. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, n9i128
  159. HKR,, VgaCompatible,               %REG_DWORD%,    0
  160.  
  161.  
  162.  
  163.  
  164.  
  165. ;
  166. ; Driver information
  167. ;
  168.  
  169. [Manufacturer]
  170. %Compaq%     =  Compaq.Mfg
  171.  
  172. [Compaq.Mfg]
  173. %Compaq% AVGA  = avga
  174.  
  175.  
  176. ;
  177. ; General installation section
  178. ;
  179.  
  180. [avga]
  181. CopyFiles=avga.Miniport
  182.  
  183. ;
  184. ; File sections
  185. ;
  186.  
  187. [avga.Miniport]
  188. avga.sys
  189.  
  190.  
  191. ;
  192. ; Service Installation
  193. ;
  194.  
  195. [avga.Services]
  196. AddService = avga, 0x00000002, avga_Service_Inst, avga_EventLog_Inst
  197.  
  198. [avga_Service_Inst]
  199. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  200. StartType      = 1                  ; SERVICE_SYSTEM_START
  201. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  202. LoadOrderGroup = Video
  203. ServiceBinary  = %12%\avga.sys
  204.  
  205. [avga_EventLog_Inst]
  206. AddReg = avga_EventLog_AddReg
  207.  
  208. [avga_EventLog_AddReg]
  209. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\avga.sys"
  210. HKR,,TypesSupported,0x00010001,7
  211.  
  212.  
  213. ;
  214. ; Software Installation
  215. ;
  216.  
  217. [avga.SoftwareSettings]
  218. AddReg = avga_SoftwareDeviceSettings
  219.  
  220. [avga_SoftwareDeviceSettings]
  221. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, vga256
  222. HKR,, VgaCompatible,               %REG_DWORD%,    1
  223.  
  224.  
  225.  
  226.  
  227.  
  228. ;
  229. ; Driver information
  230. ;
  231.  
  232. [Manufacturer]
  233. %trident% = trident.Mfg
  234.  
  235. [trident.Mfg]
  236. %trident% Video Accelerator = tgiul40
  237.  
  238. ;
  239. ; General installation section
  240. ;
  241.  
  242. [tgiul40]
  243. CopyFiles=tgiul40.Miniport, tgiul40.Display
  244.  
  245. ;
  246. ; File sections
  247. ;
  248.  
  249. [tgiul40.Miniport]
  250. tgiul40.sys
  251.  
  252. [tgiul40.Display]
  253. tgiul40.dll
  254.  
  255.  
  256. ;
  257. ; Service Installation
  258. ;
  259.  
  260. [tgiul40.Services]
  261. AddService = tgiul40, 0x00000002, tgiul40_Service_Inst, tgiul40_EventLog_Inst
  262.  
  263. [tgiul40_Service_Inst]
  264. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  265. StartType      = 1                  ; SERVICE_SYSTEM_START
  266. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  267. LoadOrderGroup = Video
  268. ServiceBinary  = %12%\tgiul40.sys
  269.  
  270. [tgiul40_EventLog_Inst]
  271. AddReg = tgiul40_EventLog_AddReg
  272.  
  273. [tgiul40_EventLog_AddReg]
  274. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\tgiul40.sys"
  275. HKR,,TypesSupported,0x00010001,7
  276.  
  277.  
  278. ;
  279. ; Software Installation
  280. ;
  281.  
  282. [tgiul40.SoftwareSettings]
  283. AddReg = tgiul40_SoftwareDeviceSettings
  284.  
  285. [tgiul40_SoftwareDeviceSettings]
  286. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, tgiul40, framebuf
  287. HKR,, VgaCompatible,               %REG_DWORD%,    1
  288.  
  289.  
  290.  
  291.  
  292.  
  293. ;                                                                                                                      
  294. ; Driver information                                                                                                   
  295. ;                                                                                                                      
  296.                                                                                                                        
  297. [Manufacturer]                                                                                                         
  298. %NeoMagic%   = NeoMagic.Mfg                                                                                                      
  299.                                                                                                                        
  300. [NeoMagic.Mfg]                                                                                                               
  301. %NeoMagic% MagicGraph 128/Z/ZV = neomagic
  302.                                                                                                                        
  303.                                                                                                                        
  304. ;                                                                                                                      
  305. ; General installation section                                                                                         
  306. ;                                                                                                                      
  307.                                                                                                                        
  308. [neomagic]                                                                                                                   
  309. CopyFiles=neomagic.Miniport, neomagic.Display                                                                                      
  310.                                                                                                                        
  311. ;                                                                                                                      
  312. ; File sections                                                                                                        
  313. ;                                                                                                                      
  314.                                                                                                                        
  315. [neomagic.Miniport]                                                                                                          
  316. neo20xx.sys                                                                                                                 
  317.                                                                                                                        
  318. [neomagic.Display]                                                                                                           
  319. neo20xx.dll
  320.                                                                                                                        
  321.                                                                                                                        
  322. ;                                                                                                                      
  323. ; Service Installation                                                                                                 
  324. ;                                                                                                                      
  325.                                                                                                                        
  326. [neomagic.Services]                                                                                                          
  327. AddService = neomagic, 0x00000002, neomagic_Service_Inst, neomagic_EventLog_Inst                                                         
  328.                                                                                                                        
  329. [neomagic_Service_Inst]                                                                                                      
  330. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER                                                            
  331. StartType      = 1                  ; SERVICE_SYSTEM_START                                                             
  332. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE                                                             
  333. LoadOrderGroup = Video                                                                                                 
  334. ServiceBinary  = %12%\neo20xx.sys                                                                                        
  335.                                                                                                                        
  336. [neomagic_EventLog_Inst]                                                                                                     
  337. AddReg = neomagic_EventLog_AddReg                                                                                            
  338.                                                                                                                        
  339. [neomagic_EventLog_AddReg]                                                                                                   
  340. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\neo20xx.sys"  
  341. HKR,,TypesSupported,0x00010001,7                                                                                       
  342.                                                                                                                        
  343.                                                                                                                        
  344. ;                                                                                                                      
  345. ; Software Installation                                                                                                
  346. ;                                                                                                                      
  347.                                                                                                                        
  348. [neomagic.SoftwareSettings]                                                                                                  
  349. AddReg = neomagic_SoftwareDeviceSettings                                                                                     
  350.                                                                                                                        
  351. [neomagic_SoftwareDeviceSettings]                                                                                            
  352. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, neo20xx                                                                
  353. HKR,, VgaCompatible,               %REG_DWORD%,    0                                                                
  354.                                                                                                                        
  355.                                                                                                                        
  356. NeoMagic      = "NeoMagic"                                                                                                       
  357.  
  358.  
  359.  
  360.  
  361.  
  362. ;
  363. ; Driver information
  364. ;
  365.  
  366. [Manufacturer]
  367. %S3%      = S3.Mfg
  368. %Diamond% = Diamond.Mfg
  369. %#9%      = #9.Mfg
  370. %STB%     = STB.Mfg
  371.  
  372. [S3.Mfg]
  373. %S3% Virge                       = s3virge
  374.  
  375. [Diamond.Mfg]
  376. %Diamond% STEALTH64 3D 2000      = s3virge
  377.  
  378. [#9.Mfg]
  379. %#9% 9FX REALITY 332 PCI         = s3virge
  380.  
  381. [STB.Mfg]
  382. %STB% POWERGRAPH 64 3D PCI       = s3virge
  383.  
  384. ;
  385. ; General installation section
  386. ;
  387.  
  388. [s3virge]
  389. CopyFiles=S3ViRGE.Miniport, S3ViRGE.Display
  390.  
  391. ;
  392. ; File sections
  393. ;
  394.  
  395. [S3ViRGE.Miniport]
  396. S3ViRGE.sys
  397.  
  398. [S3ViRGE.Display]
  399. S3ViRGE.dll
  400.  
  401.  
  402. ;
  403. ; Service Installation
  404. ;
  405.  
  406. [s3virge.Services]
  407. AddService = s3virge, 0x00000002, s3virge_Service_Inst, s3virge_EventLog_Inst
  408.  
  409. [s3virge_Service_Inst]
  410. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  411. StartType      = 1                  ; SERVICE_SYSTEM_START
  412. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  413. LoadOrderGroup = Video
  414. ServiceBinary  = %12%\S3ViRGE.sys
  415.  
  416. [s3virge_EventLog_Inst]
  417. AddReg = s3virge_EventLog_AddReg
  418.  
  419. [s3virge_EventLog_AddReg]
  420. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\S3ViRGE.sys"
  421. HKR,,TypesSupported,0x00010001,7
  422.  
  423.  
  424. ;
  425. ; Software Installation
  426. ;
  427.  
  428. [s3virge.SoftwareSettings]
  429. AddReg = s3virge_SoftwareDeviceSettings
  430.  
  431. [s3virge_SoftwareDeviceSettings]
  432. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, S3ViRGE
  433. HKR,, VgaCompatible,               %REG_DWORD%,    0
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. ;
  441. ; Driver information
  442. ;
  443.  
  444. [Manufacturer]
  445. %#9%     =  #9.Mfg
  446.  
  447. [#9.Mfg]
  448. %#9% Imagine 128 II          = n9i128v2
  449.  
  450.  
  451. ;
  452. ; General installation section
  453. ;
  454.  
  455. [n9i128v2]
  456. CopyFiles=n9i128v2.Miniport, n9i128v2.Display
  457.  
  458. ;
  459. ; File sections
  460. ;
  461.  
  462. [n9i128v2.Miniport]
  463. n9i128v2.sys
  464.  
  465. [n9i128v2.Display]
  466. n9i128v2.dll
  467.  
  468.  
  469. ;
  470. ; Service Installation
  471. ;
  472.  
  473. [n9i128v2.Services]
  474. AddService = n9i128v2, 0x00000002, n9i128v2_Service_Inst, n9i128v2_EventLog_Inst
  475.  
  476. [n9i128v2_Service_Inst]
  477. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  478. StartType      = 1                  ; SERVICE_SYSTEM_START
  479. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  480. LoadOrderGroup = Video
  481. ServiceBinary  = %12%\n9i128v2.sys
  482.  
  483. [n9i128v2_EventLog_Inst]
  484. AddReg = n9i128v2_EventLog_AddReg
  485.  
  486. [n9i128v2_EventLog_AddReg]
  487. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\n9i128v2.sys"
  488. HKR,,TypesSupported,0x00010001,7
  489.  
  490.  
  491. ;
  492. ; Software Installation
  493. ;
  494.  
  495. [n9i128v2.SoftwareSettings]
  496. AddReg = n9i128v2_SoftwareDeviceSettings
  497.  
  498. [n9i128v2_SoftwareDeviceSettings]
  499. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, n9i128v2
  500. HKR,, VgaCompatible,               %REG_DWORD%,    0
  501.  
  502.  
  503. ;
  504. ; Source file information
  505. ;
  506.  
  507. [SourceDisksNames.x86]
  508. 1 = %DiskId%,,,""
  509.  
  510. [SourceDisksFiles]
  511. chips.dll   = 1, \drvlib\video\x86\chips
  512. chips.sys   = 1, \drvlib\video\x86\chips
  513.  
  514. n9i128.dll  = 1, \drvlib\video\x86\imagine
  515. n9i128.sys  = 1, \drvlib\video\x86\imagine
  516.  
  517. avga.sys    = 1, \drvlib\video\x86\avga
  518.  
  519. tgiul40.dll = 1, \drvlib\video\x86\trident
  520. tgiul40.sys = 1, \drvlib\video\x86\trident
  521.  
  522. neo20xx.sys = 1, \drvlib\video\x86\neomagic
  523. neo20xx.dll = 1, \drvlib\video\x86\neomagic
  524.  
  525. S3ViRGE.dll = 1, \drvlib\video\x86\s3virge
  526. S3ViRGE.sys = 1, \drvlib\video\x86\s3virge
  527.  
  528. n9i128v2.dll = 1, \drvlib\video\x86\imagine2
  529. n9i128v2.sys = 1, \drvlib\video\x86\imagine2
  530. [Strings]
  531.  
  532. ;
  533. ; Non-Localizable Strings
  534. ;
  535.  
  536. REG_SZ         = 0x00000000
  537. REG_MULTI_SZ   = 0x00010000
  538. REG_EXPAND_SZ  = 0x00020000
  539. REG_BINARY     = 0x00000001
  540. REG_DWORD      = 0x00010001
  541. serviceroot    = System\CurrentControlSet\Services
  542.  
  543. ;
  544. ; Localizable Strings
  545. ;
  546.  
  547. MS="Microsoft"
  548. autodetect="Autodetect driver"
  549. vgacompat="VGA compatible display adapter"
  550.  
  551. Std          = "(Standard display types)"
  552. Actix        = "Actix"
  553. Ati          = "ATI Technologies"
  554. Cardex       = "Cardex"
  555. Chips        = "Chips & Technologies"
  556. Cirrus       = "Cirrus Logic"
  557. Compaq       = "Compaq Computer"
  558. Dell         = "Dell"
  559. Diamond      = "Diamond Multimedia"
  560. Digital      = "Digital"
  561. Elsa         = "Elsa"
  562. FirePower    = "FirePower"
  563. Genoa        = "Genoa"
  564. Hercules     = "Hercules"
  565. IBM          = "IBM"
  566. LeadTek      = "LeadTek"
  567. Matrox       = "Matrox"
  568. MediaVision  = "MediaVision"
  569. Metheus      = "Metheus"
  570. Micronics    = "Micronics"
  571. Mips         = "Mips"
  572. Miro         = "Miro"
  573. Motorola     = "Motorola"
  574. NCR          = "NCR"
  575. NEC          = "NEC"
  576. NeoMagic     = "NeoMagic"
  577. #9           = "Number Nine Visual technologies"
  578. Orchid       = "Orchid Technologies"
  579. Paradise     = "Paradise"
  580. ProLink      = "ProLink"
  581. S3           = "S3"
  582. Siemens      = "Siemens Nixdorf"
  583. SixGraph     = "Six Graph"
  584. STB          = "STB"
  585. Tseng        = "Tseng Labs"
  586. Trident      = "Trident"
  587. V7           = "Video 7"
  588. WD           = "Western Digital"
  589. Weitek       = "Weitek"
  590.  
  591. GraphAdap    = "Graphics Adapter"
  592. CompatAdap   = "Compatible Graphics Adapter"
  593.  
  594. DiskId="Windows NT Driver Library installation disk"
  595. drvlib="Windows NT Driver Library"
  596.